home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Treiber / Misc / HyperIO / hyperio.lha / VMC-HyperIO-Install / Goodies / auxhandler.readme < prev    next >
Text File  |  1998-12-17  |  4KB  |  109 lines

  1.  
  2.         THIS IS A STRIPPED DOWN  VERSION OF THE  ORIGINAL REMOTE.DOC.
  3.         BECAUSE THERE  ARE NOT ALL  ORIGINAL FILES  INCLUDED IN  THIS
  4.         ARCHIVE, THERE IS NO NEED TO BOTHER YOU WITH THESE THINGS.
  5.  
  6.         VMC HAS THE PERMISSION TO  INCLUDE THIS STRIPPED DOWN VERSION
  7.         INTO THE HYPERCOM DISTRIBUTION ARCHIVE.
  8.  
  9.         PLEASE DONT ASK STEVE IF YOU  HAVE ANY PROBLEMS WITH THE AUX-
  10.         HANDLER. HIS  ADDRESS IS ADDED ONLY FOR  COMPLETION,  NOT FOR
  11.         SUGGESTIONS.
  12.  
  13.  
  14.         Carsten
  15.  
  16.  
  17.  
  18.  
  19.         REMOTE AUX: Support         Steve Drew
  20.         -------------------
  21.  
  22.         Here are  some  utilities  I  wrote  to enchance and support,
  23.         remote AUX: logins.
  24.  
  25.  
  26.   I     Files included
  27.         ~~~~~~~~~~~~~~
  28.  
  29.         sd_aux_handler
  30.         mountlist.aux
  31.  
  32.         Version 1.5
  33.             - minor bug fixes.
  34.             - Multi line support (define multiple AUX's)
  35.  
  36.         Version 1.2
  37.                         - Supports AZ Zmodem program (see below)
  38.                         - ^R key (retype current line)
  39.                         - Better  typeahead  handling.    Typing    a
  40.                           command while the display is  active,  does
  41.                           not stop the current output, instead  it is
  42.                           buffered  and  printed  after  the next CLI
  43.                           prompt.    (Like VMS).  To stop the current
  44.                           output just  use  standard XON, XOFF.  This
  45.                           is much better  when over the modem as with
  46.                           the 1.3 aux:   handler any line noise would
  47.                           stop the current output until  ^X  or  <CR>
  48.                           was entered.
  49.                        -  When  the  typeahead  buffer  is full  AUX:
  50.                           sends a BELL back to the user.
  51.                        -  Support to  'kill  off' a AUX:  CLI process
  52.                           via  the  'ECHO >AUX:ENDCLI'  command  from
  53.                           another CLI window.
  54.                        -  Prevents multiple 'NEWCLI AUX:' commands.
  55.                        -  Suspends input/output on loss of carrier.
  56.  
  57.                 The  mountlist  file  needs  to be inserted into your
  58.                 DEVS:mountlist  file.     Make  sure  to  remove  the
  59.                 definition of the commodore  AUX:   handler from your
  60.                 mountlist if you are planning to use mine.
  61.  
  62.  
  63.    II   Installation instructions
  64.         ~~~~~~~~~~~~~~~~~~~~~~~~~
  65.  
  66.         1. Unpack all files into a directory:
  67.  
  68.         2. Add to your startup-sequence (user-startup)
  69.  
  70.            Assign Rem: dev:directory
  71.  
  72.            Execute Rem:Remote-Startup
  73.  
  74.  
  75.   III  Notes
  76.        ~~~~~
  77.  
  78.       - REMOTELY Stopping an AUX: Process
  79.  
  80.         Once a CLI is  running  on  the  AUX:  port, you can remotely
  81.         cause the CLI to 'ENDCLI' by issuing the following command:
  82.         ECHO >AUX:ENDCLI , from another CLI window.
  83.  
  84.         The  sd-aux-handler  detects  a  file    open    request  for
  85.         'AUX:ENDCLI' and imediatley causes an ENDCLI  command  to  be
  86.         sent to the current reader of the  AUX:  device.  Note:  This
  87.         does not work with the 1.3 AUX:   handler,  and will not work
  88.         if  the  CLI  running  on the AUX:  is  currently  running  a
  89.         program, ie not at the cli or shell prompt.
  90.  
  91.  
  92.     --------------------------------------------------------------------
  93.  
  94.         Author:
  95.  
  96.         Steve Drew
  97.         216 MacEwan Valley Mews N.W.
  98.         Calgary, Alberta
  99.         Canada.
  100.         T3K 3T3
  101.  
  102.         403-295-3601 (Home)
  103.         403-295-4357 (Work)
  104.  
  105.         drew@cgou11.enet.dec.com
  106.  
  107.     ----------------------------------------------------------------------
  108.  
  109.